home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Puzzle
/
rebound.swf
/
scripts
/
frame_8
/
PlaceObject2_208_55
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2006-06-13
|
174 b
|
12 lines
onClipEvent(enterFrame){
if(cir < _root.score and cirswitch == 1)
{
cir += 1;
_root.scoreend += 1;
}
else
{
cirswitch = 0;
}
}